@charset "utf-8";

/* side */
.side_nav {display:block;position:fixed;top:0;left:-300px;width:300px;height:100%;overflow-y:auto;background:rgba(0,0,0,0.8);z-index:999;
	transform: translate(0,0);
	transition: .5s;
}

.menu_on {transform:translate(0,0);}
.menu_on_default {transform: translate(300px,0);}
.menu_on2 {transform:translate(0,0);}
.menu_on_default2 {transform: translate(-300px,0);}

/*.side_overlay {display:none;position:fixed;left:0;right:0;top:0;width:100%;height:100vh;background:rgba(0,0,0,0.8);z-index:999;}*/

.side_nav a.btn_nav_close {display:block;position:absolute;right:10px;top:20px;width:40px;height:40px;color:#fff;font-size:16px;line-height:40px;text-align:center;cursor:pointer;z-index:9;
	-webkit-transform: translateY( -50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.side_nav .logo {margin:20px;}
.side_nav .logo:after {display:block;visibility:hidden;clear:both;content:""}
.side_nav .logo .img {display:block;float:left;margin:0 6px 0 0;}
.side_nav .logo .text {display:block;float:left;padding:16px 0 0 0;color:#f35626;font-family:'Lato';font-size:24px;font-weight:900;line-height:24px;
	background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: hue 10s infinite linear;
}

.side_nav h3 {display:block;padding:0 20px;font-family:'Roboto';color:#f21972;font-size:14px;font-weight:500;line-height:50px;}

/* game */
#game_mobile {}
#game_mobile ul {}
#game_mobile ul:after {display:block;visibility:hidden;clear:both;content:""}
#game_mobile ul li {display:block;float:none;position:relative;width:100%;height:120px;overflow:hidden;}
#game_mobile ul li img {width:100%;height:auto;}
#game_mobile ul li a.title {display:block;position:absolute;left:0;top:0;width:100%;height:100%;padding:20px 0 0 0;cursor:pointer;
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}
#game_mobile ul li a.title:hover {background:rgba(0,0,0,0.6)}
#game_mobile ul li a.title:after {display:block;visibility:hidden;clear:both;content:""}
#game_mobile ul li a.title .icon {float:left;margin:0;}
#game_mobile ul li a.title .icon img {width:48px;height:auto;}
	#game_mobile ul li a.title .text {float:left;padding:6px 0 0 0;color:#999;font-size:11px;}
	#game_mobile ul li a.title .text strong {display:block;color:#fff;font-size:18px;font-weight:400;line-height:20px;letter-spacing:-1px;}
	
	.side_nav ul.gnb_mobile {}
	.side_nav ul.gnb_mobile li {position:relative;border-bottom:1px solid #444;cursor:pointer}
	.side_nav ul.gnb_mobile li a {display:block;color:#fff;font-size:16px;line-height:50px;font-weight:400;text-indent:20px;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	.side_nav ul.gnb_mobile li a:hover {color:#f21972;background:#000;}
	.side_nav ul.gnb_mobile li a .sub {color:#999;font-size:12px;}
	
	.side_nav ul.side_customer_menu {}
	.side_nav ul.side_customer_menu li {display:block;float:left;width:33.33%;border-right:solid 1px #444;border-top:solid 1px #444;border-bottom:solid 1px #444;}
	.side_nav ul.side_customer_menu li:last-child {border-right:none;}
	.side_nav ul.side_customer_menu li a {display:block;padding:16px 0;text-align:center;}
	.side_nav ul.side_customer_menu li a i {margin:0 0 6px 0;color:#666;font-size:22px;}
	.side_nav ul.side_customer_menu li a p {font-size:11px;}
	
	.side_nav a.btn_contact {display:block;margin:0 20px 5px 20px;padding:0 10px;font-size:13px;line-height:50px;text-align:center;border-radius:3px;}
	.side_nav a.btn_contact i {font-size:24px;}
	.side_nav a.btn_contact strong {font-size:16px;font-weight:500;}
	
	.side_nav .side_copy {margin:20px 0;color:#999;font-size:12px;text-align:center;}
	.side_nav .side_copy strong {color:#f21972;font-weight:400;line-height:24px;}
	
	
	
	#container_wrap {display:block;position:relative;width:100%;min-width:280px;min-height:100%;}
	#container_wrap:after {display:block;visibility:hidden;clear:both;content:""}
	
	/* body */
	#body_wrap {display:block;clear:both;position:relative;width:100%;max-width:1280px;margin:0 auto;padding:0 320px 0 0;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	#body_wrap:after {display:block;visibility:hidden;clear:both;content:""}
	
	
	#header_wrap {display:block;position:fixed;left:0;top:0;right:0;width:100%;height:100px;padding:8px 0 0 0;background:rgba(0,0,0,0.6);z-index:9;
	background: rgb(255 255 255 / 12%);
    background-image: linear-gradient(180deg, #00000099, #ffffff17);}
	#header_wrap:after {display:block;visibility:hidden;clear:both;content:""}
	
	#header_wrap #btn_side {display:none;position:absolute;left:0;top:50%;width:50px;height:50px;text-align:center;line-height:50px;cursor:pointer;
		-webkit-transform:translate(0,-50%);
		-moz-transform:translate(0,-50%);
		-ms-transform:translate(0,-50%);
		-o-transform:translate(0,-50%);
		transform:translate(0,-50%);
	}
	#header_wrap #btn_side i {color:#fff;font-size:30px;}
	
	#header_wrap #btn_user {display:none;position: absolute;
		right: 5px;
		top: 25px;
		width: 80px;
		height: 40px;
		font-size: 18px;
		text-align: center;
		line-height: 35px;
		color: #fff;
		cursor: pointer;
		border-radius: 5px;
		background: #ed1970;
		-webkit-transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
		transform: translate(0,-50%);
		font-family: 'Noto Sans KR', sans-serif;
		font-weight: 700;
	}
	#header_wrap .menu_btn{display:none;
	}
	@media screen and (max-width:1280px) {
		#header_wrap .menu_btn{position: absolute;
			display:block;
			right: 5px;
			top: 68px;
			width: 80px;
			height: 40px;
			font-size: 18px;
			text-align: center;
			line-height: 35px;
			color: #fff;
			cursor: pointer;
			border-radius: 5px;
			background: #ed1970;
			-webkit-transform: translate(0,-50%);
			-moz-transform: translate(0,-50%);
			-ms-transform: translate(0,-50%);
			-o-transform: translate(0,-50%);
			transform: translate(0,-50%);
			font-family: 'Noto Sans KR', sans-serif;
			font-weight: 700;
			
			
		}
		
	
		
	}
	#header_wrap #btn_user i {color:#fff;font-size:30px;}
	
	#gnb {width:100%;max-width:1280px;margin:0 auto;}
	#gnb .logo {float:left;margin:0 36px 0 0;}
	#gnb .logo:after {display:block;visibility:hidden;clear:both;content:""}
	#gnb .logo .img {display:block;text-align: center;padding-top: 20px;margin:0 6px 0 0;}
	#gnb .logo .text {display:block;float:left;padding:16px 0 0 0;color:#f35626;font-family:'Lato';font-size:24px;font-weight:900;line-height:24px;
		background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		-webkit-animation: hue 10s infinite linear;
	}
	
	#gnb .gnb {float:left;}
	#gnb .gnb ul {}
	#gnb .gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
	#gnb .gnb ul li {display:block;float:left;margin:0 24px 0 0;}
	#gnb .gnb ul li a {display:block;padding:16px 0 0 0;color:#fff;font-size:18px;font-weight:400;}
	#gnb .gnb ul li a .sub {display:block;color:#999;font-size:11px;}
	#gnb .gnb ul li a:hover {color:#f21972;}
	#gnb .gnb ul li a:hover .sub {color:#ccc}
	
	#header_wrap,
	#header_wrap .logo,
	#gnb .gnb ul li,
	#gnb .gnb ul li a {
		-webkit-transition: all 0.6s ease-out;
		-moz-transition: all 0.6s ease-out;
		-o-transition: all 0.6s ease-out;
		transition: all 0.6s ease-out;
	}
	#gnb .gnb ul li .menu_btn {
    word-break: keep-all;
}
	
	/* side */
	#side_wrap {
		position:fixed;left:50%;top:100px;margin:0 0 0 340px;width:300px;height:calc(100% - 100px);overflow-y:auto;padding:0;z-index:999;
		-webkit-transition: all 0.6s ease-out;
		-moz-transition: all 0.6s ease-out;
		-o-transition: all 0.6s ease-out;
		transition: all 0.6s ease-out;
		background-image: linear-gradient(313deg, #ffffff4d, transparent)
	}
	
	#side_wrap:after {display:block;visibility:hidden;clear:both;content:""}

	#side_wrap::-webkit-scrollbar {
		width: 0px;
	}
	
	#side_wrap a.btn_user_close {display:none;position:absolute;left:10px;top:20px;width:40px;height:40px;color:#fff;font-size:16px;line-height:40px;	text-align:center;cursor:pointer;z-index:9;
		-webkit-transform: translateY( -50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.login_form {}
	.login_form h2 {display:block;position:relative;height:42px;margin:0 0 10px 0;border-bottom:solid 1px rgba(255,255,255,0.2);}
	.login_form h2 span {display:inline-block;font-family:'roboto';font-size:18px;font-weight:700;line-height:40px;border-bottom:solid 2px #f21972}
	.login_form h2 a {display:block;position:absolute;right:0;top:22px;}
	.login_form h2 a i {color:#f21972;font-size:16px;}
	.login_form ul {}
	.login_form ul li {display:block;margin:0 0 5px 0;}
	.login_form ul li .input {display:block;width:100%;height:40px;line-height:40px;text-indent:10px;background:#444;border:none;border-radius:3px;color: #fff;}
	.login_form ul li .btn_submit {display:block;width:100%;height:40px;color:#fff;line-height:40px;text-align:center;background:#f21972;border:none;border-radius:3px;}
	
	.user_item {padding: 0 20px 0 20px;}
	.user_item h2 {display:block;position:relative;margin:0 0 10px 0;border-bottom:solid 1px rgba(255,255,255,0.2);}
	.user_item h2 span {display:inline-block;padding:0 0 0 0;font-size:14px;font-weight:400;line-height:40px;border-bottom:solid 2px #f21972}
	.user_item h2 a {display:block;position:absolute;right:0;top:15px;}
	.user_item h2 a i {color:#f21972;font-size:16px;}
	.user_item ul {margin:0 0 5px 0;border-left:solid 1px #444;border-top:solid 1px #444;}
	.user_item ul:after {display:block;visibility:hidden;clear:both;content:""}
	.user_item ul li {display:block;float:left;width:33.33%;border-right:solid 1px #444;border-bottom:solid 1px #444;}
	.user_item ul li a {display:block;font-size:12px;text-align:center;line-height:40px;}
	.user_item ul li a i {font-size:14px;}
	.user_item a.btn_password {display:block;width:100%;height:40px;margin:0 0 5px 0;line-height:40px;text-align:center;background:#f21972;border:none;border-radius:3px;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	.user_item a.btn_password i {font-size:16px;}
	.user_item a.btn_password:hover {color:#fff;background:#444;}
	
	.game_ing {margin:0 0 5px 0; padding: 0 20px 0 20px;}
	.game_ing h2 {display:block;position:relative;font-size:14px;font-weight:400;line-height:30px;}
	.game_ing h2 a {display:block;position:absolute;right:0;top:0;width:30px;height:30px;text-align:center;line-height:30px;cursor:pointer;}
	.game_ing h2 a i {color:#f21972;font-size:18px;}
	
	.game_list {max-height:500px;overflow-y:scroll;}
	.game_list dt {display:block;padding:0 10px;color:#f21972;font-weight:400;line-height:30px;background:#222;}
	.game_list dd {display:block;}
	.game_list dd a {display:block;position:relative;padding:0 10px;font-size:12px;line-height:34px;border-bottom:solid 1px #222;}
	.game_list dd a .info {display:block;position:absolute;right:10px;top:0;}
	.game_list dd a .info i {color:#f63941;font-size:16px;}
	
	#side_wrap .total {display:block;position:relative;margin:0 0 5px 0;padding:0 10px;line-height:30px;border:solid 1px #f21972;}
	#side_wrap .total .amount {display:block;position:absolute;right:10px;top:0;color:#f21972;line-height:30px;font-weight:400;}
	#side_wrap .total .amount strong {font-size:14px;}
	#side_wrap .total_on {display:block;position:relative;margin:0 0 5px 0;padding:0 10px;line-height:30px;border:solid 1px #8019f2;}
	#side_wrap .total_on .amount {display:block;position:absolute;right:10px;top:0;color:#8019f2;line-height:30px;font-weight:400;}
	#side_wrap .total_on .amount strong {font-size:14px;}
	
	.move_money {}
	.move_money li {display:block;position:relative;margin:0 0 5px 0;}
	.move_money li.title {font-size:14px;font-weight:400;line-height:30px;}
	.move_money li.title a {display:block;position:absolute;right:0;top:0;width:30px;height:30px;text-align:center;line-height:30px;}
	.move_money li.title a i {color:#f21972;font-size:18px;}
	.move_money li .input {display:block;width:100%;height:40px;color:#fff;text-indent:10px;line-height:38px;background:rgba(0,0,0,0.4);border:solid 1px rgba(255,255,255,0.4);}
	.move_money li.select {display:block;position:relative;height:40px;line-height:38px;/*text-transform:uppercase;*/border:1px solid rgba(255,255,255,0.4);background:rgba(0,0,0,0.2);
		-webkit-transition: all 0.6s ease-out;
		-moz-transition: all 0.6s ease-out;
		-o-transition: all 0.6s ease-out;
		transition: all 0.6s ease-out;
	}
	.move_money li.select label {display:block;position:absolute;top:0;left:0;width:100%;padding:0;color:#fff;font-weight:300;line-height:38px;text-indent:10px;}
	.move_money li.select label:after{position:absolute;top:0;right:0;width:38px;height:38px;padding:0;content:'';font-size:13px;color:#fff;text-align:center;background:url(../img/icon_select.png?t=1) no-repeat 50% 50%;}
	.move_money li.select select {display:block;width:100%;height:40px;color:#444;opacity:0;filter:alpha(opacity=0);-ms-filter:alpha(opacity=0)/* IE 8 */;}
	.move_money li .btn_submit {display:block;width:100%;height:40px;color:#fff;text-align:center;line-height:40px;background:#f21972;border:none;}
	
	.side_sns {margin:10px 0;}
	.side_sns .btn_contact {display:flex;align-items: center;margin:0 0 5px 0;padding:0 10px;font-size:13px;line-height:50px;text-align:center;border-radius:3px;padding-left: 38px;}
	.side_sns .btn_contact span {display: flex;align-items:center;}
	.side_sns .btn_contact i {font-size:24px;margin-right:10px;}
	.side_sns .btn_contact strong {font-size:16px;font-weight:400;}
	
	
	/* viz */
	#viz_wrap {width:100%;overflow:hidden;padding:100px 0 0 0;background:url(../img/viz.jpg) no-repeat 50% 50%;background-size:cover; background:unset;}
	#viz_wrap .viz_con {width:100%;max-width:1280px;position:relative;margin:0 auto;}
	#viz_wrap .red1 {display:block;position:absolute;left:-280px;bottom:0;width:500px;}
	#viz_wrap .red2 {display:block;position:absolute;right:180px;bottom:0;width:260px;}
	#viz_wrap .red1 img,
	#viz_wrap .red2 img {width:100%;height:auto;}
	#viz_wrap video {width:960px;height:540px;background:rgba(0,0,0,0);}
	
	#viz {margin:0 0 80px 0;padding:100px 0 0 0;}
	#viz:after {display:block;visibility:hidden;clear:both;content:""}
	#viz .img {float:left;width:300px}
	#viz .img img {width:100%;height:auto;}
	#viz .text {float:left;}
	#viz .text h2 {display:block;font-family: 'Noto Serif KR';font-size:72px;font-weight:700;letter-spacing:-1px;}
	#viz .text h3 {display:block;font-family:'Lato';font-size:22px;font-weight:400;letter-spacing:-1px;
		background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		-webkit-animation: hue 10s infinite linear;
	}
	#viz .text h3 strong {display:block;font-size:54px;font-weight:900;}
	
	#viz,
	#viz .img,
	#viz .text h2 {
		-webkit-transition: all 0.6s ease-out;
		-moz-transition: all 0.6s ease-out;
		-o-transition: all 0.6s ease-out;
		transition: all 0.6s ease-out;
	}
	
	
	/* slogon */
	#slogon_casino {position:relative;height:200px;margin:0 0 20px 0;background:url(../img/casino_bg.jpg) no-repeat 50% 0;background-size:cover;border-radius:5px;}
	#slogon_casino .img {position:absolute;left:50%;bottom:0;width:400px;z-index:1;
		-webkit-transform:translate(-50%,0);
		-moz-transform:translate(-50%,0);
		-ms-transform:translate(-50%,0);
		-o-transform:translate(-50%,0);
		transform:translate(-50%,0);
	}
	#slogon_casino .slogon {position:absolute;left:50%;bottom:0;width:440px;z-index:3;
		-webkit-transform:translate(-50%,0);
		-moz-transform:translate(-50%,0);
		-ms-transform:translate(-50%,0);
		-o-transform:translate(-50%,0);
		transform:translate(-50%,0);
	}
	#slogon_casino .img img,
	#slogon_casino .slogon img {width:100%;height:auto;}
	
	#slogon_casino,
	#slogon_casino .img,
	#slogon_casino .slogon {
		-webkit-transition: all 0.6s ease-out;
		-moz-transition: all 0.6s ease-out;
		-o-transition: all 0.6s ease-out;
		transition: all 0.6s ease-out;
	}
	
	.notice_mobile {padding:10px 0;line-height:30px;  background:rgba(0,0,0,0.5);}
	.notice_mobile:after {display:block;visibility:hidden;clear:both;content:""}
	.notice_mobile .label {display:block;float:left;width:60px;color:#fff;font-size:12px;text-align:center;line-height:26px;background:#f63941;border-radius:3px;}
	.notice_left {margin:0 0 0 70px;height:30px;line-height:30px;}
	.notice_left a {display:inline-block;margin:0 24px 0 0;cursor:pointer;}
	.notice_left a .date {color:#999;font-size:12px;}
	
	
	/* jackpot */
	#jackpot {position:relative;height:200px;margin:0 0 20px 0;overflow:hidden; 
	 border: 3px solid #ffffff38;
    background-image: linear-gradient(360deg, #ffffff33, transparent); ;
	background-size: 100% 200px;border-radius:5px;}
	#jackpot img {width:auto;height:100%;}
	#jackpot .jackpot {position:absolute;left:0px;top:50%;width:100%;color:#6bbbd0;font-size:30px;font-family:'Lato';font-weight:700;text-align:center;
		-webkit-transform:translate(0,-50%);
		-moz-transform:translate(0,-50%);
		-ms-transform:translate(0,-50%);
		-o-transform:translate(0,-50%);
		transform:translate(0,-50%);
	}
	#jackpot .jackpot #JackpotMoney {display:block;color:#f21972;font-size:60px;font-weight:900;}
	
	#jackpot,
	#jackpot .jackpot {
		-webkit-transition: all 0.6s ease-out;
		-moz-transition: all 0.6s ease-out;
		-o-transition: all 0.6s ease-out;
		transition: all 0.6s ease-out;
	}
	
	
	/* game */
	#game_wrap {margin:0 0 20px 0;}
	#game_wrap ul {}
	#game_wrap ul:after {display:block;visibility:hidden;clear:both;content:""}
	#game_wrap ul li {display:block;float:left;position:relative; width: calc(50% - 13px);margin:0 2% 0 0;}
	#game_wrap ul li:last-child {margin:0;}
	#game_wrap ul li img {width:100%;height:auto;border-radius:5px;}
	#game_wrap ul li a.title {display:block;position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer;
		-webkit-transition: all 0.6s ease-out;
		-moz-transition: all 0.6s ease-out;
		-o-transition: all 0.6s ease-out;
		transition: all 0.6s ease-out;
	}
	#game_wrap ul li a.title:hover {background:rgba(0,0,0,0.6)}
	#game_wrap ul li a.title:after {display:block;visibility:hidden;clear:both;content:""}
	#game_wrap ul li a.title .icon {float:left;margin:0;}
	#game_wrap ul li a.title .icon img {width:48px;height:auto;}
	#game_wrap ul li a.title .text {float:left;padding:8px 0 0 0;color:#999;font-size:12px;}
	#game_wrap ul li a.title .text strong {display:block;color:#fff;font-size:13px;font-weight:400;letter-spacing:-1px;}
	
	
	
	
	/* coupon */
	#coupon {margin:0 0 20px 0;padding:20px 40px;background:url(../img/coupon_bg.jpg) no-repeat 50% 50%;background-size:cover;border-radius:5px;}
	#coupon:after {display:block;visibility:hidden;clear:both;content:""}
	#coupon .icon {float:left;margin:0 8px 0 0;}
	#coupon .text {float:left;padding:4px 0 0 0}
	#coupon .text strong {display:block;font-family:'Lato';font-size:30px;font-weight:700;line-height:30px;}
	#coupon .coupon_form {float:right;padding:8px 0 0 0;}
	#coupon .coupon_form ul {}
	#coupon .coupon_form ul:after {display:block;visibility:hidden;clear:both;content:""}
	#coupon .coupon_form ul li {display:block;float:left;width:140px;margin:0 1px 0 0;}
	#coupon .coupon_form ul li:last-child {width:60px;margin:0;}
	#coupon .coupon_form ul li .input {display:block;width:100%;height:40px;color:#fff;text-indent:10px;line-height:38px;background:rgba(0,0,0,0.4);border:solid 1px rgba(255,255,255,0.4);}
	#coupon .coupon_form ul li.select {display:block;position:relative;height:40px;line-height:38px;/*text-transform:uppercase;*/border:1px solid rgba(255,255,255,0.4);background:rgba(0,0,0,0.2);
		-webkit-transition: all 0.6s ease-out;
		-moz-transition: all 0.6s ease-out;
		-o-transition: all 0.6s ease-out;
		transition: all 0.6s ease-out;
	}
	#coupon .coupon_form ul li.select label {display:block;position:absolute;top:0;left:0;width:100%;padding:0;color:#fff;font-weight:300;line-height:38px;text-indent:10px;}
	#coupon .coupon_form ul li.select label:after{position:absolute;top:0;right:0;width:38px;height:38px;padding:0;content:'';font-size:13px;color:#fff;text-align:center;background:url(../img/icon_select.png?t=1) no-repeat 50% 50%;}
	#coupon .coupon_form ul li.select select {display:block;width:100%;height:40px;color:#444;opacity:0;filter:alpha(opacity=0);-ms-filter:alpha(opacity=0)/* IE 8 */;}
	#coupon .coupon_form ul li .btn_submit {display:block;width:60px;height:40px;color:#fff;text-align:center;line-height:40px;background:rgba(0,0,0,0.6);border:none;}
	
	
	/* recent */
	#recent_wrap {}
	#recent_wrap dl {}
	#recent_wrap dl:after {display:block;visibility:hidden;clear:both;content:""}
	#recent_wrap dl dd {display:block;float:left;position:relative;width:32%;margin:0 2% 0 0;padding:10px 20px 30px 20px;background:#222;border:solid 1px #444;border-radius:5px;
	height: 220px;
    overflow: hidden;}
	#recent_wrap dl dd:last-child {margin:0;}
	#recent_wrap dl dd .title {    max-height: 48px;color:#ccc;font-size:16px;font-weight:500;}
	#recent_wrap dl dd .title strong {color:#f21972;font-size:12px;vertical-align:bottom;}
	
	
	.recent_list {height:150px;overflow:hidden;}
	.recent_list li {display:block;}
	.recent_list a {display:block;height:30px;line-height:29px;border-bottom:solid 1px #444;}
	.recent_list a:after {display:block;visibility:hidden;clear:both;content:""}
	.recent_list a span {display:block;float:left;font-family:'roboto';font-weight:300;}
	.recent_list a span.subject {width:70%;padding:0 0 0 8px;background:url(../img/bullet.png?t=1) no-repeat left 50%;overflow:hidden;
		white-space:nowrap;
		text-overflow:ellipsis; 
		-o-text-overflow:ellipsis;
		-moz-binding: url('ellipsis.xml#ellipsis');
	}
	.recent_list a span.date {width:30%;}
	.recent_list a span.amount {width:42%;}
	.recent_list a span.name {width:28%;}
	
	
	/* footer */
	#footer_wrap {display:block;position:relative;width:100%;margin:0 auto;padding:40px 0 100px 0;}
	#footer_wrap:after {display:block;visibility:hidden;clear:both;content:""}
	
	.footer_info {display:block;float:left;width:32%;margin:0 2% 0 0;}
	.footer_info .logo {margin:0 0 12px 0;}
	.footer_info .logo:after {display:block;visibility:hidden;clear:both;content:""}
	.footer_info .logo .img {display:block;float:left;margin:0 6px 0 0;}
	.footer_info .logo .text {display:block;float:left;padding:16px 0 0 0;color:#f35626;font-family:'Lato';font-size:24px;font-weight:900;line-height:24px;
		background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		-webkit-animation: hue 10s infinite linear;
	}
	.footer_info .footer_text {margin:0 0 16px 0;color:#999;font-size:11px;}
	.footer_info ul.card {}
	.footer_info ul.card:after {display:block;visibility:hidden;clear:both;content:""}
	.footer_info ul.card li {display:block;float:left;width:24%;margin:0 1.3% 0 0;text-align:center;line-height:50px;background:#222;border-radius:5px;}
	.footer_info ul.card li img {width:90%;height:auto;}
	.footer_info ul.card li:last-child {margin:0;}
	
	.footer_help {display:block;float:left;width:32%;margin:0 2% 0 0;}
	.footer_help h2 {display:block;margin:0 0 8px 0;font-family:'Lato';color:#fff;font-size:18px;font-weight:700;}
	ul.customer {padding: 0 20px 0 20px;}
	ul.customer:after {display:block;visibility:hidden;clear:both;content:""}
	ul.customer li {display:block;float:left;width:49%;margin:0 2% 6px 0;}
	ul.customer li:nth-child(2n) {margin:0 0 6px 0;}
	ul.customer li a {
		display: block;
		padding: 8px;
		text-align: center;
		background: #222;
		height: 122px;
		border-radius: 3px;
	}
	ul.customer li a p {color:#fff;}
	
	.footer_with {display:block;float:left;width:32%;margin:0;}
	.footer_with h2 {display:block;margin:0 0 8px 0;font-family:'Lato';color:#fff;font-size:18px;font-weight:700;}
	.footer_with ul.with {}
	.footer_with ul.with:after {display:block;visibility:hidden;clear:both;content:""}
	.footer_with ul.with li {display:block;float:left;width:33.33%;color:#999;font-size:12px;line-height:20px;}
	.footer_with ul.with li strong {display:block;margin:0 0 4px 0;color:#f21972;font-size:14px;font-weight:400;}
	
	#recent_wrap dl dd,
	.footer_info ul.card li,
	ul.customer li,
	ul.customer li a img,
	.footer_with ul.with li {
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	
	
	.floating {position:fixed;left:0;top:50%;width:200px;z-index:1;
		-webkit-transform:translate(0,-50%);
		-moz-transform:translate(0,-50%);
		-ms-transform:translate(0,-50%);
		-o-transform:translate(0,-50%);
		transform:translate(0,-50%);
		
		-webkit-transition: all 0.6s ease-out;
		-moz-transition: all 0.6s ease-out;
		-o-transition: all 0.6s ease-out;
		transition: all 0.6s ease-out;
	}
	.floating a {display:block;position:relative;left:-140px;width:200px;cursor:pointer;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	.floating a:after {display:block;visibility:hidden;clear:both;content:""}
	.floating a .text {float:left;width:140px;height:60px;padding:6px 0 0 0;font-size:16px;font-weight:400;text-align:center;letter-spacing:-1px;}
	.floating a .text .sub {display:block;font-size:13px;}
	.floating a .img {float:left;width:60px;height:60px;}
	.floating a:nth-child(1) {background:rgba(54,57,69,1);}
	.floating a:nth-child(2) {background:rgba(255,119,0,1);}
	.floating a:nth-child(3) {background:rgba(21,170,207,1);}
	.floating a:nth-child(4) {background:rgba(4,78,163,1);}
	
	.floating a:nth-child(1):hover {left:0;color:#fff;background:rgba(54,57,69,0.8);}
	.floating a:nth-child(2):hover {left:0;color:#fff;background:rgba(255,119,0,0.8);}
	.floating a:nth-child(3):hover {left:0;color:#fff;background:rgba(21,170,207,0.8);}
	.floating a:nth-child(4):hover {left:0;color:#fff;background:rgba(4,78,163,0.8);}
	
	.float {display:none;position:fixed;left:100px;top:50%;padding:10px;z-index:2;
		-webkit-transform:translate(0,-50%);
		-moz-transform:translate(0,-50%);
		-ms-transform:translate(0,-50%);
		-o-transform:translate(0,-50%);
		transform:translate(0,-50%);
	}
	
	.float table {width:100%;margin:0 0 10px 0;border-collapse:collapse;border-spacing:0px;} 
	.float table th,
	.float table td {padding:6px 0;font-size:12px;text-align:center;}
	.float table td.point {color:#fff568;font-size:16px;font-weight:400;}
	.float table td strong {color:#15aacf;font-size:14px;font-weight:400;}
	.float .close {position:relative;height:40px;padding:0 10px;line-height:40px;cursor:pointer;}
	.float a.btn_float1_close,
	.float a.btn_float2_close,
	.float a.btn_float3_close,
	.float a.btn_float4_close {display:block;position:absolute;right:10px;bottom:10px;width:40px;height:40px;text-align:center;line-height:40px;background:#000;cursor:pointer;z-index:5}
	.float a i {font-size:16px;}
	
	.float1_bg {background:rgba(54,57,69,0.6);}
	.float1_bg .close {background:#15aacf;}
	.float1_border th,
	.float1_border td {background:#363945;border:solid 1px #222638;}
	
	.float2_bg {background:rgba(255,119,0,0.6);}
	.float2_bg .close {background:#363945;}
	.float2_border th,
	.float2_border td {background:#f21972;border:solid 1px #ff5500;}
	
	.float3_bg {background:rgba(21,170,207,0.6);}
	.float3_bg .close {background:#363945;}
	.float3_border th,
	.float3_border td {background:#15aacf;border:solid 1px #0b7690;}
	
	.float4_bg {background:rgba(4,78,163,0.6);}
	.float4_bg .close {background:#117cce;}
	.float4_border th,
	.float4_border td {background:#117cce;border:solid 1px #0d456f;}
	
	
	
	@-webkit-keyframes hue {
		from {-webkit-filter: hue-rotate(0deg);}
		to {-webkit-filter: hue-rotate(-360deg);}
	}
	
	
	.neon {
		animation: neon 1s ease infinite;
		-moz-animation: neon 1s ease infinite;
		-webkit-animation: neon 1s ease infinite;
	}
	
	@keyframes neon {
		0%,
		100% {
			text-shadow: 0 0 1vw #FA1C16, 0 0 3vw #FA1C16, 0 0 10vw #FA1C16, 0 0 10vw #FA1C16, 0 0 .4vw #FED128, .5vw .5vw .1vw #806914;
			color: #FED128;
		}
		50% {
			text-shadow: 0 0 .5vw #800E0B, 0 0 1.5vw #800E0B, 0 0 5vw #800E0B, 0 0 5vw #800E0B, 0 0 .2vw #800E0B, .5vw .5vw .1vw #40340A;
			color: #806914;
		}
	}
	
	.flux {
		animation: flux 2s linear infinite;
		-moz-animation: flux 2s linear infinite;
		-webkit-animation: flux 2s linear infinite;
		-o-animation: flux 2s linear infinite;
	}
	
	@keyframes flux {
		0%,
		100% {
			text-shadow: 0 0 1vw #1041FF, 0 0 3vw #1041FF, 0 0 10vw #1041FF, 0 0 10vw #1041FF, 0 0 .4vw #8BFDFE, .5vw .5vw .1vw #147280;
			color: #28D7FE;
		}
		50% {
			text-shadow: 0 0 .5vw #082180, 0 0 1.5vw #082180, 0 0 5vw #082180, 0 0 5vw #082180, 0 0 .2vw #082180, .5vw .5vw .1vw #0A3940;
			color: #146C80;
		}
	}
	
	#sunrise_ajax {position:relative;width:100%;width:1000px;max-width:1000px;min-width:300px;min-height:400px;margin:0 auto;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	
	
	#guide {width:100%;margin:0 auto;padding:40px 0 0 0;}
	#guide h2 {display:block;margin:0 0 18px 0;padding:0 20px;font-size:18px;font-weight:500;line-height:120px;border:solid 1px #f21972}
	#guide h3 {display:block;margin:0 0 8px 0;color:#15aacf;font-size:16px;font-weight:500;}
	#guide h4 {display:block;width:100%;margin:0 0 8px 0;color:#f21972;font-size:14px;font-weight:500;line-height:28px;text-align:center;background:#222;border:solid 1px #444;border-radius:3px;}
	#guide p {margin:0 0 24px 0;}
	
	#guide ul.guide_list {margin:0 0 24px 0;}
	#guide ul.guide_list li {display:block;margin:0 0 4px 0;padding:0 0 0 8px;background:url(../img/bullet.png?t=1) no-repeat 0 9px;}
	
	#guide .guide_info {margin:0 0 24px 0;color:#f75665;}
	#guide .guide_card {margin:0 0 18px 0;text-align:center;}
	#guide .guide_roulette {margin:0 0 18px 0;text-align:center;}
	#guide .guide_roulette img {width:100%;height:auto;}
	
	.guide_type {margin:0 0 24px 0;}
	.guide_type table {width:100%;margin:0 0 10px 0;border-collapse:collapse;border-spacing:0px;} 
	.guide_type table th,
	.guide_type table td {padding:12px 0;font-size:12px;text-align:center;border:solid 1px #444;}
	.guide_type table th {color:#f21972;font-weight:400;background:#222;}
	
	
	#guide ul.guide_bullet_list {margin:0 0 24px 0;}
	#guide ul.guide_bullet_list li {display:block;position:relative;margin:0 0 6px 0;padding:0 0 0 26px;}
	#guide ul.guide_bullet_list li .bullet {display:block;position:absolute;left:0;top:2px;width:17px;height:17px;color:#fff;font-size:10px;text-align:center;line-height:17px;background:#117cce;border-radius:50%;}
	#guide ul.guide_bullet_list li .sub {display:block;color:#15aacf}
	
	#guide .card_s {width:300px;height:auto;}
	#guide .card_b {width:450px;height:auto;}
	
	.header_logo {margin:0 0 12px 0;}
	.header_logo:after {display:block;visibility:hidden;clear:both;content:""}
	.header_logo .img {display:block;float:left;margin:0 6px 0 0;}
	.header_logo .text {display:block;float:left;padding:16px 0 0 0;color:#f35626;font-family:'Lato';font-size:24px;font-weight:900;line-height:24px;
		background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		-webkit-animation: hue 10s infinite linear;
	}
	
	
	
	.left {float:left;width:49.5%;margin:0 1% 0 0;}
	.left h2 {display:block;margin:0 0 10px 0;font-size:16px;text-align:center;line-height:40px;background:#f21972;}
	.right {float:left;width:49.5%;margin:0;}
	.right h2 {display:block;margin:0 0 10px 0;font-size:16px;text-align:center;line-height:40px;border:solid 1px #f21972;}
	
	/* 머니이동 */
	.wallet_list {height:400px;overflow-y:auto;}
	.wallet_list ul {}
	.wallet_list ul li {display:block;padding:0 10px;border-bottom:solid 1px #444;}
	.wallet_list ul li:after {display:block;visibility:hidden;clear:both;content:""}
	.wallet_list ul li .game {display:block;float:left;width:30%;line-height:40px;}
	.wallet_list ul li .mark {display:block;float:left;width:40%;line-height:40px;text-align:center;}
	.wallet_list ul li .mark img {width:32px;height:auto;}
	.wallet_list ul li .money {display:block;float:left;width:30%;font-size:14px;line-height:40px;text-align:right;}
	
	.wallet_total {padding:12px 10px;border:solid 1px #f21972}
	.wallet_total:after {display:block;visibility:hidden;clear:both;content:""}
	.wallet_total span {display:block;float:right;}
	.wallet_total span strong {color:#f21972;font-size:16px;}
	
	.form_type ul {}
	.form_type ul li {display:block;position:relative;margin:0 0 5px 0;}
	.form_type ul li .input {display:block;width:100%;height:40px;color:#fff;text-indent:10px;line-height:38px;background:#000;;border:solid 1px #444;}
	.form_type ul li.select {display:block;position:relative;height:40px;line-height:38px;border:1px solid #444;background:#000;
		-webkit-transition: all 0.6s ease-out;
		-moz-transition: all 0.6s ease-out;
		-o-transition: all 0.6s ease-out;
		transition: all 0.6s ease-out;
	}
	.form_type ul li.select label {display:block;position:absolute;top:0;left:0;width:100%;padding:0;color:#fff;font-weight:300;line-height:38px;text-indent:10px;}
	.form_type ul li.select label:after{position:absolute;top:0;right:0;width:38px;height:38px;padding:0;content:'';font-size:13px;color:#fff;text-align:center;background:url(../img/icon_select.png?t=1) no-repeat 50% 50%;}
	.form_type ul li.select select {display:block;width:100%;height:40px;color:#444;opacity:0;filter:alpha(opacity=0);-ms-filter:alpha(opacity=0)/* IE 8 */;}
	.form_type ul li .btn_submit {display:block;width:100%;height:40px;color:#fff;text-align:center;line-height:40px;background:#f21972;border:none;}
	
	ul.btn_sum_wrap {margin:5px 0;}
	ul.btn_sum_wrap:after {display:block;visibility:hidden;clear:both;content:""}
	ul.btn_sum_wrap li {display:block;float:left;width:16%;margin:0 0.8% 0 0;}
	ul.btn_sum_wrap li:last-child {margin:0;}
	ul.btn_sum_wrap li .btn_sum{display:block;color:#fff;text-align:center;line-height:30px;background:#117cce;border-radius:3px;;}
	ul.btn_sum_wrap li .reset {display:block;color:#fff;text-align:center;line-height:30px;background:#f63941;border-radius:3px;;}
	
	ul.bonus {margin:0 0 10px 0;border-top:solid 1px #444;border-left:solid 1px #444;}
	ul.bonus:after {display:block;visibility:hidden;clear:both;content:""}
	ul.bonus li {display:block;float:left;width:33.33%;text-align:center;line-height:40px;border-bottom:solid 1px #444;border-right:solid 1px #444;}
	ul.bonus li:nth-child(1),
	ul.bonus li:nth-child(2),
	ul.bonus li:nth-child(3) {background:#222;}
	ul.bonus li:nth-child(4),
	ul.bonus li:nth-child(5),
	ul.bonus li:nth-child(6) {color:#f21972;font-size:14px;}
	
	
	.form_type_hor ul {margin:0 0 20px 0;}
	.form_type_hor ul:after {display:block;visibility:hidden;clear:both;content:""}
	.form_type_hor ul li {display:block;float:left;position:relative;width:33%;margin:0 0.5% 0 0;}
	.form_type_hor ul li:last-child {margin:0;}
	.form_type_hor ul li .input {display:block;width:100%;height:40px;color:#fff;text-indent:10px;line-height:38px;background:#000;;border:solid 1px #444;}
	.form_type_hor ul li.select {display:block;position:relative;height:40px;line-height:38px;border:1px solid #444;background:#000;
		-webkit-transition: all 0.6s ease-out;
		-moz-transition: all 0.6s ease-out;
		-o-transition: all 0.6s ease-out;
		transition: all 0.6s ease-out;
	}
	.form_type_hor ul li.select label {display:block;position:absolute;top:0;left:0;width:100%;padding:0;color:#fff;font-weight:300;line-height:38px;text-indent:10px;}
	.form_type_hor ul li.select label:after{position:absolute;top:0;right:0;width:38px;height:38px;padding:0;content:'';font-size:13px;color:#fff;text-align:center;background:url(../img/icon_select.png?t=1) no-repeat 50% 50%;}
	.form_type_hor ul li.select select {display:block;width:100%;height:40px;color:#444;opacity:0;filter:alpha(opacity=0);-ms-filter:alpha(opacity=0)/* IE 8 */;}
	.form_type_hor ul li .btn_submit {display:block;width:100%;height:40px;color:#fff;text-align:center;line-height:40px;background:#f21972;border:none;}
	
	
	.form_type_hor2 ul {margin:0 0 20px 0;}
	.form_type_hor2 ul:after {display:block;visibility:hidden;clear:both;content:""}
	.form_type_hor2 ul li {display:block;float:left;position:relative;width:24%;margin:0 1.33% 0 0;}
	.form_type_hor2 ul li:last-child {margin:0;}
	.form_type_hor2 ul li .input {display:block;width:100%;height:40px;color:#fff;text-indent:10px;line-height:38px;background:#000;;border:solid 1px #444;}
	.form_type_hor2 ul li.select {display:block;position:relative;height:40px;line-height:38px;border:1px solid #444;background:#000;
		-webkit-transition: all 0.6s ease-out;
		-moz-transition: all 0.6s ease-out;
		-o-transition: all 0.6s ease-out;
		transition: all 0.6s ease-out;
	}
	.form_type_hor2 ul li.select label {display:block;position:absolute;top:0;left:0;width:100%;padding:0;color:#fff;font-weight:300;line-height:38px;text-indent:10px;}
	.form_type_hor2 ul li.select label:after{position:absolute;top:0;right:0;width:38px;height:38px;padding:0;content:'';font-size:13px;color:#fff;text-align:center;background:url(../img/icon_select.png?t=1) no-repeat 50% 50%;}
	.form_type_hor2 ul li.select select {display:block;width:100%;height:40px;color:#444;opacity:0;filter:alpha(opacity=0);-ms-filter:alpha(opacity=0)/* IE 8 */;}
	.form_type_hor2 ul li .btn_submit {display:block;width:100%;height:40px;color:#fff;text-align:center;line-height:40px;background:#f21972;border:none;}
	
	
	
	#casino_ajax {position:relative;width:100%;width:1200px;max-width:1000px;min-width:300px;min-height:400px;margin:0 auto;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	
	.warning {padding:30px 0;text-align:center;}
	.warning i {margin:0 0 8px 0;color:#f63941;font-size:48px;}
	
	
	ul.game_start {}
	ul.game_start:after {display:block;visibility:hidden;clear:both;content:""}
	ul.game_start li {display:block;float:left;position:relative;width:33.33%;overflow:hidden;margin-bottom: 5px;}
	ul.game_start li .img,
	ul.game_start li .logo,
	ul.game_start li .button,
	ul.game_start li a.button_over {display:block;position:absolute;left:0;right:0;top:0;width:100%;height:100%;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	ul.game_start li a.button_over {
		filter:alpha(opacity=0);
		-moz-opacity:0;
		-khtml-opacity:0;
		opacity: 0;
	}
	
	ul.game_start li a.button_over {background:rgba(0,0,0,0.6);}
	ul.game_start li a.button_over:hover {
		filter:alpha(opacity=100);
		-moz-opacity:1;
		-khtml-opacity:1;
		opacity: 1;
	}
	
	ul.game_start li img {width:100%;height:auto;}
	
	ul.game_start li .img {animation:motion 2s linear 0s infinite alternate;margin-left:25px;}
	
	@keyframes motion {
		0% {margin-left:25px;}
		100% {margin-left:-25px;}
	}
	
	
	
	@media screen and (max-width:1280px) {
		/* body */
		#body_wrap {padding:0 20px;}
		
		
		/* viz */
		#viz {margin:0 0 40px 0;}
		#viz .img {float:left;width:300px;}
		#viz .text {float:left;}
		#viz .text h2 {font-size:60px;}
		#viz .text h3 {font-size:18px;}
		#viz .text h3 strong {font-size:36px;}
		
		#coupon {padding:20px;}
		#coupon .coupon_form {clear:both;float:none;width:auto;padding:0;}
		#coupon .coupon_form ul li {width:29%;margin:0 1% 0 0;}
		#coupon .coupon_form ul li:last-child {width:10%;margin:0;}
		
		#recent_wrap dl dd {width:49%;margin:0 2% 10px 0;}
		#recent_wrap dl dd:nth-child(2) {width:49%;margin:0 0 10px 0;}
		#recent_wrap dl dd:last-child {width:100%;}
		
		.footer_info {width:100%;margin:0 0 16px 0;}
		.footer_help {width:49%;margin:0 2% 0 0;}
		.footer_with {width:49%;margin:0;}
		
		#casino_ajax {width:1000px;}
		
		
				ul.btn_sum_wrap li , ul.btn_sum_wrap li:last-child {
					width: calc(33.33% - 0.8%);
    margin: 3px 0.8% 0 0;
}

ul.btn_sum_wrap li .btn_sum, ul.btn_sum_wrap li:last-child .reset {
    height: 45px;
    line-height: 45px;
}
	
		
	}
	
	
	
	
	
	
	@media screen and (max-width:1024px) {
		#viz_wrap {text-align:center;width: 100%;}
		#viz_wrap video {width:640px;height:360px;}
		#viz_wrap .red1 {left:-120px;width:380px;}
		#viz_wrap .red2 {right:-60px;width:200px;}
		
		#header_wrap #btn_side {display:block;}
		#header_wrap #btn_user {display:block;}
		
		#gnb .logo {/*float:none;*/ width:280px; margin:0 auto;}
		
		#gnb .gnb {display:none}
		.main_img img{width:100%;}
		/* side */
		#side_wrap {position:fixed;left:auto;right:-300px;top:0;margin:0;}
		#side_wrap a.btn_user_close {display:block;}
		
		#sunrise_ajax {width:740px;}
		
		#casino_ajax {width:740px;}
	}
	
	
	.line_notice{overflow: hidden; height:25px !important; width: 400px;}
	
	.line_notice .row_td{border:0;line-height:25px;cursor: pointer;overflow: hidden;}
	.line_notice .row_td > span:first-child{width:200px; overflow: hidden; text-overflow: ellipsis;}
	.line_notice .row_td > span:last-child{line-height:30px;;float:right}
	
	
	@media screen and (max-width:768px) {
		
		.line_notice{
			width: 100% !important;
		}
		.line_notice .row_td > span:first-child{width:60% !important; float:left;}
		.line_notice .row_td > span:last-child{float:right; width:30%}
		
		/* viz */
		#viz_wrap {background-image:none}
		#viz_wrap video {width:100%;height:auto;}
		#viz_wrap .red1 {display:none}
		#viz_wrap .red2 {display:none}
		#viz_wrap .main_img {display:none}
		
		#viz {margin:0 0 120px 0;}
		#viz .img {float:none;width:240px;margin:0 auto;}
		#viz .text {float:none;text-align:center;}
		#viz .text h2 {font-size:48px;}
		#viz .text h3 {font-size:16px;}
		#viz .text h3 strong {font-size:30px;}
		
		/* slogon */
		#slogon_casino {height:160px;}
		#slogon_casino .img {width:360px;}
		#slogon_casino .slogon {width:400px;}
		
		/* jackpot */
		#jackpot {height:160px;}
		#jackpot .jackpot {font-size:24px;}
		#jackpot .jackpot #JackpotMoney {font-size:48px;}
		
		/* game */
		#game_wrap ul li {width:49%;margin:0 2% 10px 0;}
		#game_wrap ul li:nth-child(2n) {margin:0 0 10px 0;}
		#game_wrap ul li a.title .icon img {width:64px;height:auto;}
		#game_wrap ul li a.title .text {padding:12px 0 0 0;font-size:12px;}
		#game_wrap ul li a.title .text strong {font-size:18px;}
		
		#coupon {padding:20px 10px;}
		#coupon .coupon_form ul li .btn_submit {width:100%;}
		
		#recent_wrap dl dd {width:100%;margin:0 0 10px 0;}
		#recent_wrap dl dd:nth-child(2) {width:100%;margin:0 0 10px 0;}
		#recent_wrap dl dd:last-child {width:100%;}
		
		.footer_help {width:100%;margin:0 0 16px 0;}
		ul.customer li a img {width:48px;height:auto}
		.footer_with {width:100%;margin:0;}
		
		.floating {left:-200px;}
		
		#sunrise_ajax {width:440px;}
		
		#guide .card_s {width:200px;height:auto;}
		#guide .card_b {width:300px;height:auto;}
		
		
		.left {float:none;width:100%;margin:0 0 10px 0;}
		.right {float:none;width:100%%;margin:0;}
		
		
		.form_type_hor2 ul li {width:49.5%;margin:0 1% 5px 0;}
		.form_type_hor2 ul li:last-child {width:49.5%;margin:0 1% 5px 0;}
		.form_type_hor2 ul li:nth-child(2n) {margin:0 0 5px 0;}
		
		ul.game_start li {width:50%;}
		
		#casino_ajax {width:440px;}
		
		
		
	}
	
	
	
	
	
	
	@media screen and (max-width:480px) {
		
		/* slogon */
		#slogon_casino {height:120px;}
		#slogon_casino .img {width:280px;}
		#slogon_casino .slogon {width:320px;}
		
		/* jackpot */
		#jackpot {height:140px;}
		#jackpot .jackpot {font-size:18px;}
		#jackpot .jackpot #JackpotMoney {font-size:36px;}
		
		/* game */
		#game_wrap ul li {float:left;width:49%;max-width:320px;margin:0 auto 10px auto;}
		#game_wrap ul li:nth-child(2n) {margin:0 auto 10px auto;}
		#game_wrap ul li:last-child {margin:0 auto;}
		
		ul.customer li a img {width:36px;height:auto}
		
		
		#sunrise_ajax {width:90%;}
		
		#casino_ajax {width:90%;}
		
		
			
	}
	.btn_ajax_close {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		height: 40px;
		color: #fff;
		font-size: 12px;
		line-height: 40px;
		background: none;
		border: none;
	}
	
	.lvl .lvltxt {
		margin: 5px 0;
	}
	.lvl .lvlimg {
		width: 45px;
	}
	
	.lvl .lvltxt>span {
		border: none;
		background: #3b3b3b;
		padding: 0 11px;
		line-height: unset;
		border-radius: 30px;
		color: #e9c46a;
	}